Value | Meaning |
---|---|
LINEAR0 | Linear tweening. |
EASE_IN_QUAD1 | Quadratic tweening. |
EASE_OUT_QUAD2 | Quadratic tweening, inverse of ADW_EASE_IN_QUAD. |
EASE_IN_OUT_QUAD3 | Quadratic tweening, combining ADW_EASE_IN_QUAD and ADW_EASE_OUT_QUAD. |
EASE_IN_CUBIC4 | Cubic tweening. |
EASE_OUT_CUBIC5 | Cubic tweening, inverse of ADW_EASE_IN_CUBIC. |
EASE_IN_OUT_CUBIC6 | Cubic tweening, combining ADW_EASE_IN_CUBIC and ADW_EASE_OUT_CUBIC. |
EASE_IN_QUART7 | Quartic tweening. |
EASE_OUT_QUART8 | Quartic tweening, inverse of ADW_EASE_IN_QUART. |
EASE_IN_OUT_QUART9 | Quartic tweening, combining ADW_EASE_IN_QUART and ADW_EASE_OUT_QUART. |
EASE_IN_QUINT10 | Quintic tweening. |
EASE_OUT_QUINT11 | Quintic tweening, inverse of ADW_EASE_IN_QUINT. |
EASE_IN_OUT_QUINT12 | Quintic tweening, combining ADW_EASE_IN_QUINT and ADW_EASE_OUT_QUINT. |
EASE_IN_SINE13 | Sine wave tweening. |
EASE_OUT_SINE14 | Sine wave tweening, inverse of ADW_EASE_IN_SINE. |
EASE_IN_OUT_SINE15 | Sine wave tweening, combining ADW_EASE_IN_SINE and ADW_EASE_OUT_SINE. |
EASE_IN_EXPO16 | Exponential tweening. |
EASE_OUT_EXPO17 | Exponential tweening, inverse of ADW_EASE_IN_EXPO. |
EASE_IN_OUT_EXPO18 | Exponential tweening, combining ADW_EASE_IN_EXPO and ADW_EASE_OUT_EXPO. |
EASE_IN_CIRC19 | Circular tweening. |
EASE_OUT_CIRC20 | Circular tweening, inverse of ADW_EASE_IN_CIRC. |
EASE_IN_OUT_CIRC21 | Circular tweening, combining ADW_EASE_IN_CIRC and ADW_EASE_OUT_CIRC. |
EASE_IN_ELASTIC22 | Elastic tweening, with offshoot on start. |
EASE_OUT_ELASTIC23 | Elastic tweening, with offshoot on end, inverse of ADW_EASE_IN_ELASTIC. |
EASE_IN_OUT_ELASTIC24 | Elastic tweening, with offshoot on both ends, combining ADW_EASE_IN_ELASTIC and ADW_EASE_OUT_ELASTIC. |
EASE_IN_BACK25 | Overshooting cubic tweening, with backtracking on start. |
EASE_OUT_BACK26 | Overshooting cubic tweening, with backtracking on end, inverse of ADW_EASE_IN_BACK. |
EASE_IN_OUT_BACK27 | Overshooting cubic tweening, with backtracking on both ends, combining ADW_EASE_IN_BACK and ADW_EASE_OUT_BACK. |
EASE_IN_BOUNCE28 | Exponentially decaying parabolic (bounce) tweening, on start. |
EASE_OUT_BOUNCE29 | Exponentially decaying parabolic (bounce) tweening, with bounce on end, inverse of ADW_EASE_IN_BOUNCE. |
EASE_IN_OUT_BOUNCE30 | Exponentially decaying parabolic (bounce) tweening, with bounce on both ends, combining ADW_EASE_IN_BOUNCE and ADW_EASE_OUT_BOUNCE. |
Describes the available easing functions for use with [class@TimedAnimation].
New values may be added to this enumeration over time.